CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - delphi encoding

搜索资源列表

  1. MIME编码解码程序

    1下载:
  2. MIME(BASE64/QP) 编码/解码程序代码。 此代码是一个 BCB 的单元,非常简单,提供了四个函数, 要改成 Delphi 或其它 C/C++ 也很容易,有需要的自已改吧。此代码经过测试,结果正确。-MIME (BASE64/QP) encoding / decoding code. This code is a BCB module is very simple, providing four functions, to change Delphi or other C / C is
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:8320
    • 提供者:tony0916
  1. 带附件及Html显示的邮件发送类

    0下载:
  2. unit UnitSendMail; interface uses   Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs,   IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,   IdExplicitTLSClientServerBase,IdMessageClient, IdSMTP
  3. 所属分类:Delphi控件源码

    • 发布日期:2009-01-14
    • 文件大小:1685
    • 提供者:kennyxue
  1. CodeConvert.rar

    1下载:
  2. 单字节/双字节;ASC编码和Unicode编码之间转换。,Single-byte/double byte ASC coding and conversion between Unicode encoding.
  3. 所属分类:Windows编程

    • 发布日期:2017-03-25
    • 文件大小:168972
    • 提供者:hujiacheng
  1. unicode.rar

    1下载:
  2. unicode-ansi转换工具v1.0 输入框上面部分填unicode格式然后按"UniCode->ANSI"得到ansi编码 输入框下面部分填ansi格式然后按"ANSI->UniCode"得到unicode编码 Unicode格式类似 \u4E2D\u56FD... ,unicode-ansi conversion tools v1.0 input box to fill the top part of unicode format and then press
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:165059
    • 提供者:bbsyd
  1. BarCode

    2下载:
  2. 用VC开发的一个二维码编解码程序,支持PDF417,QR等编码-VC developed with a two-dimensional encoding and decoding procedures, support PDF417, QR code, etc.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-21
    • 文件大小:141030
    • 提供者:曾罗成
  1. datamatrixcodingprocedures

    0下载:
  2. data matrix编码程序 将字符串转换为二维码黑白图形-data matrix encoding process will convert a string to two-dimensional black-and-white graphics code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1317070
    • 提供者:gdq
  1. PDUtoSMS_SMStoPDU

    1下载:
  2. This source code in Delphi 7.0. Have function to decoding and encoding PDU format to ASCII and from ASCII to PDU. You can modify it or change it for meet your requirement.
  3. 所属分类:SMS

    • 发布日期:2017-03-18
    • 文件大小:206427
    • 提供者:herlambang
  1. HammingCode

    0下载:
  2. 此程序实现对汉明码的编码与译码算法。汉明码是一种多重(复式)奇偶检错系统。它将信息用逻辑形式编码,以便能够检错和纠错。用在汉明码中的全部传输码字是由原来的信息和附加的奇偶监督位组成的。-This process of realization of hamming code encoding and decoding algorithm. Hamming code is a multiple (double) parity error detection system. It will use t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:240866
    • 提供者:杨芹勍
  1. untHKvfw

    0下载:
  2. 本单元声明了 DriverProc 它是 VFW Codec 的接口函数 可以实现 HKM4 的视频编码与解码 -DriverProc statement of the unit it is the VFW Codec interface function can be achieved HKM4 video encoding and decoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2645
    • 提供者:roy.mac
  1. CodeChng

    0下载:
  2. 文本编码转换器(Delphi源码) 经本人测试非常好用,用D6、7开发都可以!-Text Encoding Converter (Delphi source code) was very easy to use, I tested with D6, 7 developers can!
  3. 所属分类:File Operate

    • 发布日期:2017-03-25
    • 文件大小:301121
    • 提供者:冷月宫主
  1. ywo-sqlview

    0下载:
  2. 由于SQL数据库的企业管理器对于一般操作员来说有点复杂,就编了这个小工具来使用. 编码不是很规范,一定有很多不足之处,请大家多多指教. 在没有安装SQLSERVER服务器的电脑中,先执行reg.bat,注册一下SQLDMO.DLL,就可以了。 用到的控件有Ehlib、Raize、DevExpress,TMS, 网上都有下载 ywo 2009-11-30-As the SQL database, Enterprise Manager for the a
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:1009116
    • 提供者:ywo
  1. ReedSolomon

    0下载:
  2. Delphi Reed Solomon encoding full source
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:53529
    • 提供者:honeywell
  1. langconv

    0下载:
  2. 一个汉字编码的转换程序(gb,big4,chs,cht...),它的优点是类似于find,cat这类工具,支持管道,比如说 cat xxx.pas | lc 也可以在脚本中循环批量修改编码,比如 set ROOT_DIR= ~sdp0 for /f "delims=" i in ( dir /b /a-d /s " ROOT_DIR " ) do ( lc ~dpnxi ~dpnxi ) -A Chinese character encoding conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:46662
    • 提供者:dingdy
  1. sms

    1下载:
  2. 前几天要做一个短信收发的小软件 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-A few days ago to do a little messaging software Using standard AT commands Now only support PDU mode (Text mode is too simple!
  3. 所属分类:手机短信编程

    • 发布日期:2013-11-20
    • 文件大小:256497
    • 提供者:
  1. Delphi.Programming.Quick.example.code.encoding

    0下载:
  2. Delphi编程编码速查经典实例代码Delphi Programming Quick classic example code encoding -Delphi Programming Quick classic example code encoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:484738
    • 提供者:.
  1. MPEG4Coder

    0下载:
  2. delphi usb摄像头视频捕捉,通过mpeg4编码!-delphi usb camera video capture, through the mpeg4 encoding!
  3. 所属分类:Video Capture

    • 发布日期:2017-03-23
    • 文件大小:540447
    • 提供者:wulanhui
  1. Delphi

    1下载:
  2. Can be compiled EX4 to MQ4 anti-encoding software with good results
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-10
    • 文件大小:30720
    • 提供者:赢盈
  1. BASE64

    0下载:
  2. Delphi JPG 图片的 BASE64 编码、解码(BASE64 encoding and decoding of Delphi JPG pictures)
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-13
    • 文件大小:893668
    • 提供者:特色噶
  1. MusicEncode

    0下载:
  2. 流水灯51单片机用蜂鸣器放音乐的程序,音乐编码有月亮代表我的心,两只蝴蝶等 (51 SCM with buzzer or music program, music encoding the moon represents my heart, two butterflies)((51 SCM with buzzer or music program, music encoding the moon represents my heart, two butterflies))
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:216064
    • 提供者:静静白
  1. FileToBase64

    0下载:
  2. 这是一个用delphi开发的,实现了标准的base64编码方式的控件,可以集成在网页中,直接进行调用(This is a control developed by Delphi, which implements the standard Base64 encoding mode. It can be integrated in the webpage and can be called directly.)
  3. 所属分类:Delphi控件源码

    • 发布日期:2018-05-01
    • 文件大小:640000
    • 提供者:俊凯
« 12 »
搜珍网 www.dssz.com